home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7843 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: ccnet.com!usenet
  2. From: paulp@ccnet.com (Paul Pedriana)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Mastering C++ (Visual C++ V4.0 vs. Borland C++ V4.5)
  5. Date: Mon, 19 Feb 1996 19:24:17 GMT
  6. Organization: Two-Bit Software
  7. Message-ID: <4gait2$qtt@ccnet2.ccnet.com>
  8. References: <00001a81+00009ec9@msn.com> <4frdeg$ebg@btree.brooktree.com>
  9. NNTP-Posting-Host: h96-192.ccnet.com
  10.  
  11. >I am afraid to show my ignorance by not knowing who Kris Jamsa is, but
  12. >I can assure you that BC++ and not VC++ was used in development of the
  13. >STL.
  14.  
  15. And here's why:
  16.     VC4.0 *still* can't do STL. 
  17.  
  18.     That's right. It may be able to compile it, but you can't debug any 
  19.     code that uses STL (VC will crash the system), or profile any program
  20.     that uses STL, even if you don't profile STL (VC will crash the system).
  21.  
  22.  
  23. Another thing:
  24.    The VC4.0 environment is nice, but the compiler sucks. I have this horrible
  25. problem with it where it won't compile virtual function calls properly. We 
  26. must delete all object files for a class and its subclasses in order to get
  27. it to work. This means deleting object files manually for every compile. A 
  28. nice environment is one thing, but when the compiler doesn't work, it's
  29. GAME-OVER.
  30.  
  31. Paul Pedriana
  32. paulp@ccnet.com
  33.  
  34.